-
Notifications
You must be signed in to change notification settings - Fork 648
[ci] Migrate agent pool from sonicbld-1es to sonicso1ES-amd64 #3987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates Azure Pipeline agent pools from deprecated sonicbld-* pools to new sonicso1ES-* pools across all pipeline configuration files.
Key Changes:
- Updated agent pool references from
sonicbld-1es,sonicbld-armhf, andsonicbld-arm64to their new counterparts - Changes applied consistently across main pipeline configuration and template files
- All three architectures (amd64, armhf, arm64) are updated
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| azure-pipelines.yml | Updated pool references for all build stages (Build, BuildAsan, BuildArm) to use new agent pool names |
| .azure-pipelines/gcov.yml | Updated pool parameter values to include new amd64 pool name |
| .azure-pipelines/build-template.yml | Updated pool parameter validation values to reflect all new pool names |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - sonicso1ES-amd64 | ||
| - sonicso1ES-armhf | ||
| - sonicso1ES-arm64 |
Copilot
AI
Nov 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pool name 'sonicso1ES' appears to have an unusual naming pattern. Please verify this is the correct agent pool name. It looks like it might be a typo - did you mean 'sonic1ES' instead of 'sonicso1ES'? The 'so' portion appears duplicated from 'sonic'.
| - sonicso1ES-amd64 | |
| - sonicso1ES-armhf | |
| - sonicso1ES-arm64 | |
| - sonic1ES-amd64 | |
| - sonic1ES-armhf | |
| - sonic1ES-arm64 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…net#3987) Co-authored-by: StormLiangMS <[email protected]>
What I did
Migrate pipeline agent pool to latest.
Old agent pool are deprecated
Why I did it
How I verified it
Details if related